home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / lang / SGMLS.lha / SGMLS / TODO < prev    next >
Text File  |  1994-07-10  |  3KB  |  75 lines

  1. In ISO owner identifiers normalize ISO NNN/PP-YYYY to ISO NNN-PP:YYYY
  2. for catalog lookup.
  3.  
  4. Give warning for duplicates in catalog entry file.
  5.  
  6. Give a warning if 375:7-8 is violated.
  7.  
  8. Use $(o) instead of .o in Makefile.
  9.  
  10. Do proper validation of data tag pattern.
  11.  
  12. Warn about mixed content models where #PCDATA can't occur everywhere.
  13.  
  14. Perhaps there should be a configuration option saying what a control
  15. character is for the purpose of SHUNCHAR CONTROLS.
  16.  
  17. Should the current character that is printed in error messages be
  18. taken from be taken from the file entity or the current entity?
  19.  
  20. Refine SYS_ action.  If we distinguish DELNONCH in lexmark, lexgrp,
  21. lexsd, we can have separate action that ignores the following
  22. character as well.
  23.  
  24. What should the entity manager do when it encounters code 13 in an
  25. input file? (Currently it treats it as an RE.)
  26.  
  27. Give a warning if the recommendation of 422:1-3 is contravened.
  28.  
  29. Should an empty CDATA/RCDATA marked section be allowed in the document
  30. type declaration subset?
  31.  
  32. Include example of use of SGML_PATH in documentation.
  33.  
  34. Try to detect the situation in 310:8-10 (but see 282:1-2).
  35.  
  36. Resize hash tables if they become too full.
  37.  
  38. Say something in the man page about message catalogues.
  39.  
  40. Consider whether support for SHORTREF NONE requires further changes
  41. (other than disallowing short reference mapping declaration).
  42.  
  43. Fake /dev/fd/N and /dev/stdin for systems that don't provide it.
  44.  
  45. Improve the effficiency of the entity manager by not closing and
  46. reopening files.  If we run out of FILEs choose the stream with the
  47. fewest bytes remaining to be read, and read the rest of it into
  48. memory.  Each entity level will have its own read buffer.
  49.  
  50. Support multi-line error messages: automatically indent after
  51. newline.  (We could output to a temporary file first, then copy to
  52. stderr replacing newlines by newline+indent).
  53.  
  54. Option that says to output out of context things.
  55.  
  56. Divide up formal public identifier errors.  Give these errors their
  57. own type code.
  58.  
  59. Possibly turn errors 70 and 136 into warnings.
  60.  
  61. Make things work with NORMSEP > 2.  Would need to keep track of number
  62. of CDATA and SDATA entities in CDATA attributes.
  63.  
  64. Handle `SCOPE INSTANCE'.
  65.  
  66. In entgen.c, truncate filenames for OSs that don't do this themselves.
  67.  
  68. Provide an option that specifies that maximum number of errors; when
  69. this limit is exceeded sgmls would exit.
  70.  
  71. Document non-portable assumptions in the code.
  72.  
  73. Option to write out SGML declaration.  In this case make it write out
  74. APPINFO parameter.
  75.